In This Topic
Saves the document to the file in the specified PDF/UA format.
Overload List
| Overload | Description |
| save(PDFFixedDocument,String,PDFUAFormat) | Saves the document to the file in the specified PDF/UA format. |
| save(PDFFixedDocument,String,PDFUAFormat,boolean) | Saves the document to the file in the specified PDF/UA format. |
| save(PDFFixedDocument,Stream,PDFUAFormat) | Saves the document to the stream in the specified PDF/A format. |
| save(PDFFixedDocument,Stream,PDFUAFormat,boolean) | Saves the document to the stream in the specified PDF/A format. |
See Also